Welcome![Sign In][Sign Up]
Location:
Search - php design pattern

Search list

[Other resourcewhatisMVC

Description: 模型-视图-控制器(MVC)是Xerox PARC在八十年代为编程语言Smalltalk-80发明的一种软件设计模式,至今已被广泛使用。最近几年被推荐为Sun公司J2EE平台的设计模式,并且受到越来越多的使用 ColdFusion 和 PHP 的开发者的欢迎。模型-视图-控制器模式是一个有用的工具箱,它有很多好处,但也有一些缺点。 -Model-View-Controller (MVC) is Xerox PARC in the'80s when the S programming language malltalk-80 invention of a software design patterns and have since been widely used. In recent years was recommended as Sun J2EE design pattern, and by the increased use of ColdFusion and PHP developers welcome. Model-View-Controller model is a useful tool kit, it has many advantages, but there are also some shortcomings.
Platform: | Size: 11786 | Author: h | Hits:

[WEB Codecake_1.1.12.4205

Description: Cake 是一个针对PHP的,使用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等知名设计模式的快速开发框架。我们的主要目标是提供一个可以令各种层次的PHP用户快速地开发出健壮的Web应用,而又不失弹性。 为什么使用 Cake? 灵活的许可证:MIT License 完全自主的知识产权:每一行代码都是由CakePHP开发小组写出来的。 极其简洁:只要看看名字就知道了…… 快速开发:开发之迅速史无前例。(看看zZine的文章) 最佳实践:Cake很容易理解,而且已经把工业标准设置在了安全性、会话处理和其他的东西中。 面向对象: 无论你是一个老练的OO程序员还是一个初学者,都可以感到十分轻松。 无需配置:只要安装好数据库,好戏就开场了。 关键特性 兼容 PHP4 和 PHP5 提供了集成的数据库 CRUD 和简化了的查询 请求分配器,和美观的、可自定义URL。 快速、灵活的模版机制(使用PHP语法和助手方法) 可以从任何网站的子目录中运行,只需要少量甚至无需改动Apache的配置。 -Cake is a PHP against the use of terms such as ActiveRecord, Association Data Mapping, Front Controller and MVC design pattern, and other famous rapid development framework. Our main objective is to provide a level allows the PHP user quickly develop robust Web applications, and yet flexible. Why use permit flexible Cake : MIT License completely independent intellectual property rights : Each line code are CakePHP development team was made up of. Very simple : if you look at the names on the know ... rapid development : the unprecedented rapid development. (See the article zZine) Best Practice : Cake is very easy to understand. and industrial standards have been set up in a safe, oral treatment and other things were. Object-oriented : Whether you are an experienced OO programmers or a begi
Platform: | Size: 324055 | Author: li li | Hits:

[Other resourcephp_design_Pattern

Description: php design pattern good reference
Platform: | Size: 3114716 | Author: rhapsodelico | Hits:

[Software EngineeringwhatisMVC

Description: 模型-视图-控制器(MVC)是Xerox PARC在八十年代为编程语言Smalltalk-80发明的一种软件设计模式,至今已被广泛使用。最近几年被推荐为Sun公司J2EE平台的设计模式,并且受到越来越多的使用 ColdFusion 和 PHP 的开发者的欢迎。模型-视图-控制器模式是一个有用的工具箱,它有很多好处,但也有一些缺点。 -Model-View-Controller (MVC) is Xerox PARC in the'80s when the S programming language malltalk-80 invention of a software design patterns and have since been widely used. In recent years was recommended as Sun J2EE design pattern, and by the increased use of ColdFusion and PHP developers welcome. Model-View-Controller model is a useful tool kit, it has many advantages, but there are also some shortcomings.
Platform: | Size: 11264 | Author: h | Hits:

[WEB Codecake_1.1.12.4205

Description: Cake 是一个针对PHP的,使用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等知名设计模式的快速开发框架。我们的主要目标是提供一个可以令各种层次的PHP用户快速地开发出健壮的Web应用,而又不失弹性。 为什么使用 Cake? 灵活的许可证:MIT License 完全自主的知识产权:每一行代码都是由CakePHP开发小组写出来的。 极其简洁:只要看看名字就知道了…… 快速开发:开发之迅速史无前例。(看看zZine的文章) 最佳实践:Cake很容易理解,而且已经把工业标准设置在了安全性、会话处理和其他的东西中。 面向对象: 无论你是一个老练的OO程序员还是一个初学者,都可以感到十分轻松。 无需配置:只要安装好数据库,好戏就开场了。 关键特性 兼容 PHP4 和 PHP5 提供了集成的数据库 CRUD 和简化了的查询 请求分配器,和美观的、可自定义URL。 快速、灵活的模版机制(使用PHP语法和助手方法) 可以从任何网站的子目录中运行,只需要少量甚至无需改动Apache的配置。 -Cake is a PHP against the use of terms such as ActiveRecord, Association Data Mapping, Front Controller and MVC design pattern, and other famous rapid development framework. Our main objective is to provide a level allows the PHP user quickly develop robust Web applications, and yet flexible. Why use permit flexible Cake : MIT License completely independent intellectual property rights : Each line code are CakePHP development team was made up of. Very simple : if you look at the names on the know ... rapid development : the unprecedented rapid development. (See the article zZine) Best Practice : Cake is very easy to understand. and industrial standards have been set up in a safe, oral treatment and other things were. Object-oriented : Whether you are an experienced OO programmers or a begi
Platform: | Size: 323584 | Author: li li | Hits:

[Software Engineeringguide_to_php_design_pattern_zh

Description: 所有的设计模式都有一些常用的特性:一个标识(a name),一个问题陈述(a problem statement)和一个解决方案(a solution)。 1、一个设计模式的标识是重要的,因为它会让其他的程序员不用进行太深入的学习就能立刻理解你的代码的目的(至少通过这个标识程序员会很熟悉这个模式)。? 2、问题描述是用来说明这个模式的应用的领域。? 3、解决方案描述了这个模型的执行。一个好的设计模式的论述应该覆盖使用这个模型的优点和缺点。? -All the design patterns have some common characteristics: a logo (a name), a problem statement (a problem statement) and a solution (a solution). 1, a design pattern identification is important, because it will let other programmers do not get into too detailed a study will be able to immediately understand the purpose of your code (at least through this logo programmers will be very familiar with this mode). ? 2, the problem described in this model is used to describe the areas of application. ? 3, the solution describes the implementation of this model. A good discussion of design patterns should cover the use of this model advantages and disadvantages. ?
Platform: | Size: 1128448 | Author: linjing | Hits:

[Otherphp_design_Pattern

Description: php design pattern good reference
Platform: | Size: 3115008 | Author: rhapsodelico | Hits:

[WEB Codephp-code

Description: “设计模式”这个术语最初被设计用于建筑学领域。Christopher Alexander 在他1977的著作“A Pattern Language :Towns/Building/Construction”里面描述了一些常见的建筑学设计问题,并解释了如何用这些已有的,著名的模式集合来开始全新 的有效的设计。Alexander的观点被很好的转化到软件开发上来,并且长期的合意的用原有的组件来构造新的解决方案。 -design code
Platform: | Size: 1128448 | Author: 欣怡 | Hits:

[Otherphp-object-oriented-solutions.9781430210115.35911

Description: design pattern to develop php in effective way
Platform: | Size: 4845568 | Author: SOPHY | Hits:

[WEB CodePHP-Design-Pattern

Description: PHP programming in design pattern
Platform: | Size: 3113984 | Author: diephy | Hits:

[WEB Code5503-CakePHP-tutorial-no-1-from-IBM

Description: It is assumed that you are familiar with the PHP programming language, have a fundamental grasp of database design, and are comfortable getting your hands dirty. A full grasp of the MVC design pattern is not necessary, as the fundamentals will be covered during this tutorial. More than anything, you should be eager to learn, ready to jump in, and anxious to speed up your development time. System
Platform: | Size: 2188288 | Author: umesh | Hits:

[SQL Serverfinecms_v1.6.7

Description: FineCMS是一款基于PHP+MySql开发的内容管理系统,采用MVC设计模式,实现业务逻辑与表现层的适当分离,使网页设计师能够轻松设计出理想的模板。 FineCMS 采用插件化方式开发,功能易用便于扩展,支持自定义内容模型和会员模型,并且可以自定义字段,可面向中小型站点提供重量级网站建设解决方案。-FineCMS a based on PHP+MySql the development of content management system, using the MVC design pattern to achieve the proper separation of business logic and presentation layer, so that web designers can easily design the ideal template. FineCMS using the plug-in way of development, function-to-use scalable, support custom content model and membership model, and custom fields can be for small and medium-sized sites heavyweight site construction solutions.
Platform: | Size: 2255872 | Author: luochen | Hits:

[WEB Codefinecms

Description: FineCMS(简称FC)是一款基于PHP+MySql开发的内容管理系统,采用MVC设计模式实现业务逻辑与表现层的适当分离,使网页设计师能够轻松 设计出理想的模板, 插件化方式开发功能易用便于扩展,支持自定义内容模型和会员模型,并且可以自定义字段,可面向中小型站点提供重量级网站建设解决方案-FineCMS (FC) is a content management system based on PHP+MySql development, MVC design pattern to achieve the appropriate separation of business logic and presentation layer, web designers can easily design the ideal templates, plug-in the way of development features ease of use easy expansion, support custom content model and Member of the model, and custom fields, can be provided for small and medium-sized sites heavyweight website building solution
Platform: | Size: 2837504 | Author: sagfioi | Hits:

[WEB CodeDoYouHaoBaby-2.1

Description: DoYouHaoBaby(全名:The DoYouHaoBaby PHP Framework)是一个极具美学价值的PHP开发框架,从代码、注释、文 档以及系统工具的用户界面均追求干净、整洁而高效。DoYouHaoBaby 具备了大量丰富的特性: 包括MVC, ActiveRecord, 国际化语言包, 缓存组件, 分布式服务器部署, 领域驱动设计, 模式扩展, 模板引擎,RBAC权限扩展和测试等等。她能够快速地构建一个企业级应用。 -DoYouHaoBaby (full name: PHP development framework The DoYouHaoBaby PHP Framework) is a highly aesthetic value, from the code, comments, documentation, and user interface of the system tools pursuit of clean, tidy and efficient. DoYouHaoBaby have a large number of rich features: MVC, ActiveRecord, international language packs, the cache component, deployment of distributed servers, domain-driven design, pattern expansion, template engine, the RBAC permissions expansion and test, etc.. She was able to quickly build an enterprise-class applications.
Platform: | Size: 1330176 | Author: thinkau | Hits:

[WEB CodeDoYouHaoBaby-2.1

Description: DoYouHaoBaby(全名:The DoYouHaoBaby PHP Framework)是一个极具美学价值的PHP开发框架,从代码、注释、文 档以及系统工具的用户界面均追求干净、整洁而高效。DoYouHaoBaby 具备了大量丰富的特性: 包括MVC, ActiveRecord, 国际化语言包, 缓存组件, 分布式服务器部署, 领域驱动设计, 模式扩展, 模板引擎,RBAC权限扩展和测试等等。她能够快速地构建一个企业级应用。 -DoYouHaoBaby (full name: PHP development framework The DoYouHaoBaby PHP Framework) is a highly aesthetic value, from the code, comments, documentation, and user interface of the system tools pursuit of clean, tidy and efficient. DoYouHaoBaby have a large number of rich features: MVC, ActiveRecord, international language packs, the cache component, deployment of distributed servers, domain-driven design, pattern expansion, template engine, the RBAC permissions expansion and test, etc.. She was able to quickly build an enterprise-class applications.
Platform: | Size: 1330176 | Author: thinkau | Hits:

[Otherguide_to_php_design_pattern_zh

Description: php设计模式(中文汉化版) 这本书一个优点就是所有的观点都是基于OOP这种很自然的设计模式,并且用OOP来实现。-<guide to php design pattern> for chinese This book is one advantage is that all points of view are based on the very nature of this OOP design patterns, and use OOP to achieve.
Platform: | Size: 1128448 | Author: 张东东 | Hits:

[WEB Codefinecms

Description: FineCMS是一款基于PHP+MySql运行环境的内容管理系统,采用MVC设计模式,实现业务逻辑与表现层的适当分离,使网页设计师能够轻松设计出理想的模板。FineCMS采用插件化方式开发,功能易用便于扩展,支持自定义内容模型和会员模型,并且可以自定义字段,可面向中小型站点提供重量级网站建设解决方案。-FineCMS is a runtime environment based PHP+MySql content management system, using the MVC design pattern, business logic and presentation layer to achieve an appropriate separation, so that web designers can easily design the ideal template. FineCMS with plug-way development, functional use scalable, support custom content model and membership model, and can be custom fields can be provided for small and medium sites heavyweight website building solutions.
Platform: | Size: 2873344 | Author: tpudn76 | Hits:

[Software EngineeringPHP_BuilderDesign-Parttern

Description: PHP实现设计模式中的构造器模式,复制粘贴即可直接运行。-PHP implementation of structural design pattern mode, copy and paste can be run directly.
Platform: | Size: 1024 | Author: 侯禹 | Hits:

[WEB Code222

Description: tpframe是一个为快速开发api接口、wap站、微信站、pc站而生的PHP开发框架。 系统可完全采用CBD模式进行随意扩展 系统采用多层(控制层、模型层、逻辑层、视图层)设计模式来更低的减少各个模块之间的耦合度,让你的代码在开发不同系统时可更好的重复利用 系统可插件式开发功能模块(Tpframe is a PHP development framework for developing API interface, WAP station, WeChat station and PC station quickly. The system can be extended at random with the CBD mode The system uses a multi layer (control layer, model layer, logic layer, view layer) design pattern to reduce the coupling between each module, so that your code can be better reused when developing different systems. System plug-in development function module)
Platform: | Size: 9340928 | Author: 46re | Hits:

[WEB Code2

Description: FineCMS v1(简称v1)是一款基于PHP+MySql开发的内容管理系统,采用MVC设计模式实现业务逻辑与表现层的适当分离,使网页设计师能够轻松设计出理想的模板(FineCMS V1 (V1) is a content management system based on PHP+MySql development. It adopts the MVC design pattern to separate the business logic from the presentation layer, so that the web designer can easily design the ideal template)
Platform: | Size: 8500224 | Author: y4w5hetd | Hits:
« 12 »

CodeBus www.codebus.net